.a_hover:hover {
  text-decoration: underline;
  color: #037ef3;
}
.a_hover_color:hover {
  color: #037ef3;
}
.page {
  line-height: 1.5;
  color: #037ef3;
  font-size: 18px;
}
.page .page-item {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #037ef3;
  margin: 2px;
  color: #037ef3;
  margin-top: 10px;
}
.page .page-item a {
  color: #037ef3;
}
.page .page-item.active {
  background: #037ef3;
  color: #fff;
}
.page .page-item.disabled {
  opacity: 0.5;
}
.page .prev,
.page .next {
  padding: 5px;
  margin: 0px;
}
.main_color {
  color: #037ef3;
}
.main_color2 {
  color: #037ef3;
}
.main_bg_color {
  background-color: #037ef3;
}
.main_bg_color2 {
  background-color: #037ef3;
}
.posr {
  position: relative;
}
.z10 {
  z-index: 10;
}
.index_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index_header .logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.nav .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.nav .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
.nav .item a {
  display: block;
  color: #fff;
}
.nav .item.hover,
.nav .item:hover {
  background-color: #037ef3;
}
.nav .item.has_son a {
  position: relative;
}
.nav .item.has_son a:after {
  content: '';
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 40px;
}
.banner {
  position: relative;
}
.banner .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
}
.banner .owl-nav .owl-prev,
.banner .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  visibility: visible;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
}
.banner .owl-nav .owl-prev {
  left: 20px;
  background-image: url("../images/bl.png");
}
.banner .owl-nav .owl-next {
  right: 20px;
  background-image: url("../images/br.png");
}
.banner .owl-nav .owl-prev:hover,
.banner .owl-nav .owl-next:hover {
  opacity: 1;
}
.banner .owl-dots .owl-dot {
  width: 60px;
  height: 5px;
  background-color: #fff;
  -webkit-border-radius: 0%;
          border-radius: 0%;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #037ef3;
}
.banner .owl-dots .owl-dot.active {
  background-color: #037ef3;
  border: 1px solid #fff;
}
.index_title .more {
  line-height: 40px;
  border-bottom: 1px solid #7a828a;
  position: relative;
}
.index_title .more:before {
  content: '';
  width: 12px;
  height: 2px;
  background-color: #666;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 10px;
}
.index_title .more:after {
  content: '';
  width: 2px;
  height: 12px;
  background-color: #666;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 15px;
}
.index_title .more a {
  color: #666;
  padding-left: 20px;
  padding-right: 25px;
  letter-spacing: 4px;
}
.index_pro_cate .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #037ef3;
  height: 90px;
}
.index_pro_cate .wrap .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.index_pro_cate .wrap .item .bg {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  height: 90px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_pro_cate .wrap .item .tit {
  color: #037ef3;
  margin-top: 10px;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_pro_cate .wrap .item .img_wrap {
  height: 54px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_pro_cate .wrap .item .img {
  height: 54px;
  line-height: 54px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_pro_cate .wrap .item .img img {
  vertical-align: bottom;
}
.index_pro_cate .wrap .item.hover .bg,
.index_pro_cate .wrap .item:hover .bg {
  top: 0;
}
.index_pro_cate .wrap .item.hover .tit,
.index_pro_cate .wrap .item:hover .tit {
  color: #fff;
}
.index_pro_cate .wrap .item.hover .img,
.index_pro_cate .wrap .item:hover .img {
  top: -54px;
}
.index_pro_cate .wrap .item.hover .img2,
.index_pro_cate .wrap .item:hover .img2 {
  top: -54px;
}
.index_pro .w {
  position: relative;
}
.index_pro .wrap {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  transition: all 0.4s;
}
.index_pro .wrap.hover {
  position: relative;
  z-index: 10;
}
.index_pro .wrap .item {
  width: 380px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 380px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  margin-bottom: 40px;
}
.index_pro .wrap .item .z {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-image: url("../images/plus.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
  background-color: rgba(0,0,0,0.64);
}
.index_pro .wrap .item:hover .z {
  opacity: 1;
}
.index_pro .wrap .item img{
  margin-left: auto;
  margin-right: auto;
  height: 280px;
  width: auto;
}
.index_title2 .tit {
  color: #fff;
}
.index_title2 .more {
  border-bottom: 1px solid #fff;
}
.index_title2 .more:before {
  background-color: #fff;
}
.index_title2 .more:after {
  background-color: #fff;
}
.index_title2 .more a {
  color: #fff;
}
.index_case {
  background-image: url("../images/cbg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}
.index_case .wrap .item .img{
  background-color: #fff;
}
.index_case .wrap .item img{
  height: 280px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.index_case .wrap .item .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #666;
  background-image: url("../images/c1.png");
  background-repeat: no-repeat;
  background-position: 22px center;
  display: inline-block;
  text-align: left;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index_case .wrap .item .btn span {
  padding-left: 50px;
}
.index_case .wrap .item .btn2 {
  background-image: url("../images/c2.png");
}
.index_case .wrap .item .btn:hover {
  background-image: url("../images/c1_h.png");
  background-color: #037ef3;
  color: #fff;
}
.index_case .wrap .item .btn2:hover {
  background-image: url("../images/c2_h.png");
}
.index_case .wrap .owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  visibility: hidden;
  display: block;
}
.index_case .wrap .owl-carousel .owl-nav .owl-prev,
.index_case .wrap .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  visibility: visible;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
}
.index_case .wrap .owl-carousel .owl-nav .owl-prev {
  left: -80px;
  background-image: url("../images/bl.png");
}
.index_case .wrap .owl-carousel .owl-nav .owl-next {
  right: -80px;
  background-image: url("../images/br.png");
}
.index_case .wrap .owl-carousel .owl-nav .owl-prev:hover,
.index_case .wrap .owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}
.index_fa .w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_fa .w .item img{
  height: 280px;
  width: auto;
  margin-left: auto;
}
.index_fa .w .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 280px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
	width:280px;
}
.index_fa .w .item .z {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-image: url("../images/plus.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
  background-color: rgba(0,0,0,0.64);
}
.index_fa .w .item:hover .z {
  opacity: 1;
}
.index_about {
  background-image: url("../images/about.jpg");
}
.index_about .wrap {
  border: 2px solid #037ef3;
}
.index_about .wrap .cont {
  background-color: rgba(3,126,243,0.9);
}
.index_about .wrap .more {
  width: 120px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
}
.index_new .w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_new .w .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-top: none;
}
.index_new .w .item .wrap {
  border-bottom: 1px solid #e6e6e6;
}
.index_new .w .item .wrap .wrap_c {
  border-right: 1px solid #e6e6e6;
  height: 182px;
}
.index_new .w .item .title_t {
  height: 60px;
  line-height: 60px;
  background-color: #7a828a;
  background-repeat: no-repeat;
  background-position: 30px center;
  background-image: url("../images/n1.png");
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-right: 1px solid #8a939b;
}
.index_new .w .item .title_t a {
  padding-left: 70px;
  font-size: 15px;
  color: #fff;
}
.index_new .w .item:first-child .wrap {
  border-left: 1px solid #e6e6e6;
}
.index_new .w .item:last-child .title_t {
  border: none;
}
.index_new .w .item:last-child .wrap {
  border-right: 1px solid #e6e6e6;
}
.index_new .w .item:last-child .wrap .wrap_c {
  border: none;
}
.index_new .w .item:hover .title_t {
  background-color: #037ef3;
}
.index_new .w .item:nth-child(2) .title_t {
  background-image: url("../images/n2.png");
}
.index_new .w .item:nth-child(3) .title_t {
  background-image: url("../images/n3.png");
}
.index_new .w .item:nth-child(4) .title_t {
  background-image: url("../images/n4.png");
}
.index_link {
  border-bottom: 1px solid #fff;
}
.footer {
  background-image: url("../images/footer_bg.jpg");
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer_b {
  border-top: 1px solid #4e5a73;
}
.footer .f_n .item {
  float: left;
  margin-right: 20px;
  position: relative;
}
.footer .f_n .item:after {
  content: "|";
  position: absolute;
  right: -10px;
  top: 0;
}
.footer .f_n .item:last-child:after {
  display: none;
}
.crumb {
  height: 84px;
  line-height: 84px;
  border-bottom: 1px solid #ddd;
}
.crumb .title {
  height: 84px;
  position: relative;
}
.crumb .title:before {
  content: '';
  width: 5px;
  height: 38px;
  background-color: #037ef3;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
}
.crumb .en {
  height: 84px;
  font-size: 46px;
  color: #037ef3;
  padding-left: 18px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
}
.crumb .ch {
  font-size: 23px;
  color: #000;
  vertical-align: top;
}
.crumb .dh {
  color: #5d5d5d;
  background-image: url("../images/mb_03.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.crumb .dh a {
  color: #5d5d5d;
}
.pro_list_left .titles {
  background-color: #037ef3;
}
.pro_list_left .wrap1 {
  padding-left: 18px;
  padding-right: 18px;
  background-color: #f0f0f0;
}
.pro_list_left .wrap1 .item {
  height: 34px;
  line-height: 34px;
  background-color: #fff;
  font-size: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 16px;
}
.pro_list_left .wrap1 .item a {
  display: block;
  padding-left: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.pro_list_left .wrap1 .item.hover,
.pro_list_left .wrap1 .item:hover {
  background-color: #037ef3;
}
.pro_list_left .wrap1 .item.hover a,
.pro_list_left .wrap1 .item:hover a {
  color: #fff;
}
.pro_list_left .titles2 {
  background-color: #037ef3;
  background-image: url("../images/tel4.png");
  background-repeat: no-repeat;
  background-position: right 5px center;
}
.pro_list_left .wrap2 {
  background-color: #f0f0f0;
}
.w909 {
  width: 909px;
}
.pro_list .info {
  border: 1px solid #eaeaea;
}
.pro_list .wrapper {
  margin-right: -100px;
}
.pro_list .wrapper .item {
  float: left;
  width: 294px;
  margin-right: 12px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
/*.pro_list .wrapper .item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.41);
  color: #fff;
}*/
.pro_list .wrapper .item img{
  height: 193px;
  width: auto;
}
.pro_show .top {
  background-color: #f7f7f7;
}
.pro_show .top .title {
  background-color: #009461;
}
.pro_show .bottom .title {
  position: relative;
  line-height: 32px;
}
.pro_show .bottom .title .word {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding-right: 20px;
}
.pro_show .bottom .title .word .ch {
  font-size: 24px;
  color: #000;
  padding-right: 5px;
}
.pro_show .bottom .title .word .en {
  font-size: 16px;
  color: #7f7f7f;
}
.pro_show .bottom .line {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #ddd;
  top: 50%;
  margin-top: -2.5px;
}
.news_list .item {
  padding-bottom: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #cecece;
}
.news_list .item:first-child {
  margin-top: 0;
}
.news_list .item .tit {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.news_list .item:hover .tit {
  color: #037ef3;
}
.news_list .item:last-child {
  border: none;
}
.show_show h1 {
  font-weight: 500;
  font-size: 23px;
  text-align: center;
}
.show_show .info {
  font-size: 13px;
  color: #848484;
  margin-top: 7px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
}
.main_t_product h4 {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #8C8C8C;
}
.main_t_product ul li {
  display: block;
  width: 24%;
  float: left;
  margin-top: 10px;
  margin-right: 1.333%;
}

.main_t_product ul li:nth-child(4n+4) {
  margin-right: 0;
}

.main_t_product ul li h5 {
  border: 1px solid #d7d7d7;
  display: block;
  overflow: hidden;
  transition: .8s;
  text-align: center;
}

.main_t_product ul li h5 img {
  transition: .8s;
  height: 142px;
  width: auto;
}

.main_t_product ul li p a {
  padding: 5px 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  color: #333;
  display: block;
  transition: .5s;
}

.main_t_product ul li:hover h5 img {
  transform: scale(1.1);
}

.main_t_product ul li:hover p a {
  color: #006cc2;
}